From: Stefan Kangas Date: Fri, 26 Feb 2021 04:46:26 +0000 (+0100) Subject: * lisp/tooltip.el (tooltip): Doc fix for GTK. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1304^2~100 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7a23915618;p=emacs.git * lisp/tooltip.el (tooltip): Doc fix for GTK. --- diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 4a37e404b26..bb53a138d84 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -138,7 +138,10 @@ of the `tooltip' face are used instead." :inherit variable-pitch) (t :inherit variable-pitch)) - "Face for tooltips." + "Face for tooltips. + +When using the GTK toolkit, this face will only be used if +`x-gtk-use-system-tooltips' is non-nil." :group 'tooltip :group 'basic-faces)